Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/
-
trunk/
-
CMakeLists.txt
Hide Panel
f
Keyboard Reference
?
Differential
D24320
[compiler-rt] Don't use -fPIC when building for Windows
Closed
Public
Authored by
fjricci
on Sep 7 2016, 3:32 PM.
Download Raw Diff
Details
Reviewers
compnerd
kubamracek
beanz
Commits
rG0b6f487c639e: [compiler-rt] Don't use -fPIC when building for Windows
rCRT280953: [compiler-rt] Don't use -fPIC when building for Windows
rL280953: [compiler-rt] Don't use -fPIC when building for Windows
Summary
This flag doesn't make sense on Windows systems.
Diff Detail
Repository
rL LLVM
Event Timeline
fjricci
updated this revision to
Diff 70609
.
Sep 7 2016, 3:32 PM
fjricci
retitled this revision from
to
[compiler-rt] Don't use -fPIC when building for Windows
.
fjricci
updated this object.
fjricci
added reviewers:
beanz
,
kubamracek
,
compnerd
.
fjricci
added a subscriber:
llvm-commits
.
Herald
added subscribers:
beanz
,
dberris
.
·
View Herald Transcript
Sep 7 2016, 3:32 PM
compnerd
accepted this revision.
Sep 7 2016, 3:36 PM
compnerd
edited edge metadata.
This revision is now accepted and ready to land.
Sep 7 2016, 3:36 PM
Closed by commit
rL280953: [compiler-rt] Don't use -fPIC when building for Windows
(authored by
fjricci
).
·
Explain Why
Sep 8 2016, 9:05 AM
This revision was automatically updated to reflect the committed changes.