Skip to content

Commit b9f969d

Browse files
Catherine MooreCatherine Moore
Catherine Moore
authored and
Catherine Moore
committedMay 25, 2017
[cmake] Disable building emutls.c for baremetal targets.
Differential Revision: https://reviews.llvm.org/D33199 llvm-svn: 303865
1 parent ec372bd commit b9f969d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎compiler-rt/lib/builtins/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ set(GENERIC_SOURCES
163163
udivti3.c
164164
umoddi3.c
165165
umodsi3.c
166-
umodti3.c
167-
emutls.c)
166+
umodti3.c)
168167

169168
set(GENERIC_TF_SOURCES
170169
comparetf2.c
@@ -193,6 +192,7 @@ option(COMPILER_RT_EXCLUDE_ATOMIC_BUILTIN
193192
if(NOT COMPILER_RT_BAREMETAL_BUILD)
194193
set(GENERIC_SOURCES
195194
${GENERIC_SOURCES}
195+
emutls.c
196196
enable_execute_stack.c)
197197
endif()
198198

0 commit comments

Comments
 (0)
Please sign in to comment.