Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/cmake/modules/
-
cmake/
-
modules/
-
AddLLVM.cmake
Hide Panel
f
Keyboard Reference
?
Differential
D50684
[CMake] Split -gx strip flag into -g -x
Closed
Public
Authored by
phosek
on Aug 13 2018, 6:58 PM.
Download Raw Diff
Details
Reviewers
jakehehrlich
Commits
rGb7b342e2805a: [CMake] Split -gx strip flag into -g -x
rL339639: [CMake] Split -gx strip flag into -g -x
Summary
llvm-strip doesn't handle -gx spelling, so we need to split these
as two separate flags.
Diff Detail
Repository
rL LLVM
Event Timeline
phosek
created this revision.
Aug 13 2018, 6:58 PM
Herald
added subscribers:
llvm-commits
,
mgorny
.
·
View Herald Transcript
Aug 13 2018, 6:58 PM
jakehehrlich
accepted this revision.
Aug 13 2018, 6:59 PM
This revision is now accepted and ready to land.
Aug 13 2018, 6:59 PM
Closed by commit
rL339639: [CMake] Split -gx strip flag into -g -x
(authored by
phosek
).
·
Explain Why
Aug 13 2018, 7:01 PM
This revision was automatically updated to reflect the committed changes.