[all-commits] [llvm/llvm-project] ec7ef4: [X86][AVX] Add test case for PR51281
Tom Stellard via All-commits
all-commits at lists.llvm.org
Mon Aug 2 20:05:57 PDT 2021
Branch: refs/heads/release/13.x
Home: https://github.com/llvm/llvm-project
Commit: ec7ef4263e28db89493b4b2b2ca8b236b4a77698
https://github.com/llvm/llvm-project/commit/ec7ef4263e28db89493b4b2b2ca8b236b4a77698
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
A llvm/test/CodeGen/X86/pr51281.ll
Log Message:
-----------
[X86][AVX] Add test case for PR51281
(cherry picked from commit 6569b7f90239b5932465a1c6936632b4a9527d66)
Commit: 60c388a4d66ea306a9da3fb7fea27227fcb6ab63
https://github.com/llvm/llvm-project/commit/60c388a4d66ea306a9da3fb7fea27227fcb6ab63
Author: Jose M Monsalve Diaz <jmonsalvediaz at anl.gov>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M llvm/runtimes/CMakeLists.txt
M openmp/libomptarget/tools/deviceinfo/CMakeLists.txt
Log Message:
-----------
[OpenMP] Fixing llvm-omp-device-info compilation with runtimes
When using `-DLLVM_ENABLED_RUNTIMES` instead of `-DLLVM_ENABLED_PROJECTS`
the `llvm-omp-device-info` tool is not compiled or installed.
In general, no llvm tool would be build on runtimes, because the
-DLLVM_BUILD_TOOLS flag is removed by the way runtimes compilation calls
cmake again.
This patch is simple. Just forward the value of this flag to the
runtime cmake command.
I'm also removing an unnecessary comment in the compilation of the tool
Differential Revision: https://reviews.llvm.org/D107177
(cherry picked from commit 5424ceeda0534ab382e2a6cb192099f76ee8b12c)
Compare: https://github.com/llvm/llvm-project/compare/73249a83f2e5...60c388a4d66e
More information about the All-commits
mailing list