[Openmp-commits] [PATCH] D56202: [OpenMP] Remove -fno-experimental-isel from OMP testing

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jan 2 13:38:35 PST 2019


Hahnfeld requested changes to this revision.
Hahnfeld added a comment.
This revision now requires changes to proceed.

Did you also implement `frameaddress` in GlobalISel (see llvm.org/PR40131)? Otherwise this won't make all tests work and it would be better to "fix" `-fno-experimental-isel`.

If the flag can really go away the change must also handle `cmake/DetectTestCompiler/CMakeLists.txt` and in particular make sure that `-fno-experimental-isel` is still passed for versions of Clang that require it when testing out-of-tree with older compilers.


Repository:
  rOMP OpenMP

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56202/new/

https://reviews.llvm.org/D56202





More information about the Openmp-commits mailing list