[PATCH] Allow compilation depending to the LLVM version

With this patch it will be possible to keep compatibility
with older version of LLVM. However I understand that it could
imply some maintenance burden.

EdB (1):
  Allow compilation depending to the LLVM version

configure.py | 16 +++++++++++++++-
generic/lib/LLVM3.6/subnormal_helper_func.ll | 8 ++++++++
generic/lib/SOURCES_LLVM3.6 | 1 +
3 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 generic/lib/LLVM3.6/subnormal_helper_func.ll
create mode 100644 generic/lib/SOURCES_LLVM3.6

It allows to keep temporary compatibilty with older version.
For exemple, this can be use when change are not to large.

It allows to keep temporary compatibilty with older version.
For exemple, this can be use when change are not to large.

Spelling -> compatibility
Spelling -> example

---
configure.py | 16 +++++++++++++++-
generic/lib/LLVM3.6/subnormal_helper_func.ll | 8 ++++++++
generic/lib/SOURCES_LLVM3.6 | 1 +
3 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 generic/lib/LLVM3.6/subnormal_helper_func.ll
create mode 100644 generic/lib/SOURCES_LLVM3.6

I'm OK with this approach, this patch LGTM.

-Tom