Enable a couple xforms for packed vectors (undef | v) -> -1 for packed.
[oota-llvm.git] / Makefile.config.in
index 146fa1dda8df74e3ff8df1e63601f8bf6822d61e..2216b88a91c6ba5c0ee5e224a78af34bc1532af9 100644 (file)
@@ -182,6 +182,9 @@ else
 LLVMGCCARCH := @target@/@LLVMGCC_VERSION@
 endif
 
+# Determine the path where the library executables are
+LLVMGCCLIBEXEC := @LLVMGCCLIBEXEC@
+
 # Full pathnames of LLVM C/C++ front-end 'cc1' and 'cc1plus' binaries:
 LLVMGCC  := @LLVMGCC@
 LLVMGXX  := @LLVMGXX@