llvm-capstone/parallel-libs/acxxel
Logan Smith 77e0e9e17d Reapply "Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories."
add_compile_options is more sensitive to its location in the file than add_definitions--it only takes effect for sources that are added after it. This updated patch ensures that the add_compile_options is done before adding any source files that depend on it.

Using add_definitions caused the flag to be passed to rc.exe on Windows and thus broke Windows builds.
2020-07-22 17:50:19 -07:00
..
examples Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
tests Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
.clang-format
.clang-tidy
acxxel.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
acxxel.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt Reapply "Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories." 2020-07-22 17:50:19 -07:00
config.h.in Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
cuda_acxxel.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
customdoxygen.css
Doxyfile.in
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
opencl_acxxel.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
span.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
status.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00