Index: src/IceCompileServer.cpp |
diff --git a/src/IceCompileServer.cpp b/src/IceCompileServer.cpp |
index e423032ae58976a372075ec98f58bc6915ac0615..7b9f781245fce60773c1e46f60932b9356069dd7 100644 |
--- a/src/IceCompileServer.cpp |
+++ b/src/IceCompileServer.cpp |
@@ -142,7 +142,7 @@ struct { |
void dumpBuildAttributes(Ostream &Str) { |
// List the supported targets. |
#define SUBZERO_TARGET(TARGET) Str << "target_" #TARGET << "\n"; |
-#include "llvm/Config/SZTargets.def" |
+#include "SZTargets.def" |
const char *Prefix[2] = {"no", "allow"}; |
for (size_t i = 0; i < llvm::array_lengthof(ConditionalBuildAttributes); |
++i) { |