[PATCH] D67444: [ARM][MVE] Add invalidForTailPredication to TSFlags
Danila Malyutin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 24 05:40:53 PDT 2019
danilaml added inline comments.
================
Comment at: llvm/trunk/unittests/Target/ARM/CMakeLists.txt:2
+include_directories(
+ ${CMAKE_SOURCE_DIR}/lib/Target/ARM
+ ${CMAKE_BINARY_DIR}/lib/Target/ARM
----------------
Perhaps those need to be ${LLVM_MAIN_SRC_DIR} and ${LLVM_BINARY_DIR}, in case top-level CMake is in not in the llvm dir?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67444/new/
https://reviews.llvm.org/D67444
More information about the llvm-commits
mailing list