Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/lib/builtins/
-
trunk/
-
lib/
-
builtins/
-
CMakeLists.txt
Hide Panel
f
Keyboard Reference
?
Differential
D33199
[compiler-rt][cmake] Exclude emutls.c when COMPILER_RT_BAREMETAL_BUILD is set
Closed
Public
Authored by
clm
on May 15 2017, 7:43 AM.
Download Raw Diff
Details
Reviewers
joerg
jroelofs
Commits
rGb9f969d9e05f: [cmake] Disable building emutls.c for baremetal targets.
rCRT303865: [cmake] Disable building emutls.c for baremetal targets.
rL303865: [cmake] Disable building emutls.c for baremetal targets.
Summary
Add lib/builtins/emutls.c to the list of files that are excluded from baremetal builds.
Diff Detail
Repository
rL LLVM
Event Timeline
clm
created this revision.
May 15 2017, 7:43 AM
Herald
added subscribers:
mgorny
,
dberris
.
·
View Herald Transcript
May 15 2017, 7:43 AM
jroelofs
accepted this revision.
May 23 2017, 4:22 PM
Comment Actions
LGTM
This revision is now accepted and ready to land.
May 23 2017, 4:22 PM
Closed by commit
rL303865: [cmake] Disable building emutls.c for baremetal targets.
(authored by
clm
).
·
Explain Why
May 25 2017, 7:46 AM
This revision was automatically updated to reflect the committed changes.