summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/libprofile
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/runtime/libprofile')
-rw-r--r--llvm/runtime/libprofile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/libprofile/Makefile b/llvm/runtime/libprofile/Makefile
index 92a85584db1..15e67795129 100644
--- a/llvm/runtime/libprofile/Makefile
+++ b/llvm/runtime/libprofile/Makefile
@@ -10,7 +10,7 @@
LEVEL = ../..
include $(LEVEL)/Makefile.config
-ifneq ($(wildcard $(LLVMGCC)),)
+ifneq ($(strip $(LLVMCC)),)
BYTECODE_LIBRARY = 1
endif
SHARED_LIBRARY = 1
OpenPOWER on IntegriCloud