[all-commits] [llvm/llvm-project] 39ad16: [libunwind] Install the DLL when doing "ninja inst...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Sun Mar 7 00:48:04 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39ad160468e2b6acaa0b2b1ab353079eca4a3b03
https://github.com/llvm/llvm-project/commit/39ad160468e2b6acaa0b2b1ab353079eca4a3b03
Author: Martin Storsjö <martin at martin.st>
Date: 2021-03-07 (Sun, 07 Mar 2021)
Changed paths:
M libunwind/src/CMakeLists.txt
Log Message:
-----------
[libunwind] Install the DLL when doing "ninja install"
This matches how install(... RUNTIME) is used in e.g. libcxx.
Differential Revision: https://reviews.llvm.org/D98020
Commit: ab67fd39fc144d911d926c4db886d301061d1368
https://github.com/llvm/llvm-project/commit/ab67fd39fc144d911d926c4db886d301061d1368
Author: Martin Storsjö <martin at martin.st>
Date: 2021-03-07 (Sun, 07 Mar 2021)
Changed paths:
M libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/remove_filename.pass.cpp
M libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/replace_filename.pass.cpp
Log Message:
-----------
[libcxx] [test] Fix path.modifiers remove_filename and replace_filename for windows
Also fix the synopsis in the replace_filename test, while touching
that file.
Differential Revision: https://reviews.llvm.org/D98108
Compare: https://github.com/llvm/llvm-project/compare/41476d89b826...ab67fd39fc14
More information about the All-commits
mailing list