[PATCH] D133084: [ORC-RT] Refactor ORC runtime CMake for future test tool(s).

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 00:45:08 PDT 2022


phosek added inline comments.


================
Comment at: compiler-rt/lib/orc/tests/CMakeLists.txt:15
+# FIXME: This should be set for all unit tests.
+  -std=c++17
   ${ORC_CFLAGS}
----------------
Do you see a build failure without this flag? This should now be enabled globally for all of compiler-rt: https://github.com/llvm/llvm-project/blob/9185d6e6bca8ec41b48661c371e813498f840455/compiler-rt/CMakeLists.txt#L71


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133084



More information about the llvm-commits mailing list