1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Don't try to build .bc version of libprofile if LLVMGCC isn't available.

llvm-svn: 79514
This commit is contained in:
Daniel Dunbar 2009-08-20 05:12:55 +00:00
parent d7e3c40ecb
commit 2e82bcd546

View File

@ -8,7 +8,9 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
ifneq ($(wildcard $(LLVMGCC)),)
BYTECODE_LIBRARY = 1
endif
SHARED_LIBRARY = 1
LOADABLE_MODULE = 1
LIBRARYNAME = profile_rt