forked from OSchip/llvm-project
Fix makefile for TestMiThreadInfo after rL265858 (2nd try)
llvm-svn: 265921
This commit is contained in:
parent
4b28ee359f
commit
86bc97b79e
|
@ -2,4 +2,6 @@ LEVEL = ../../../make
|
|||
|
||||
CXX_SOURCES := test_threadinfo.cpp
|
||||
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
|
Loading…
Reference in New Issue