[llvm-commits] CVS: llvm/tools/llvm-stub/llvm-stub.c
Reid Spencer
reid at x10sys.com
Wed Sep 1 15:55:58 PDT 2004
Changes in directory llvm/tools/llvm-stub:
llvm-stub.c updated: 1.3 -> 1.4
---
Log message:
Changes For Bug 352: http://llvm.cs.uiuc.edu/PR352
Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
public header files must be under include/llvm/.
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/llvm-stub/llvm-stub.c
diff -u llvm/tools/llvm-stub/llvm-stub.c:1.3 llvm/tools/llvm-stub/llvm-stub.c:1.4
--- llvm/tools/llvm-stub/llvm-stub.c:1.3 Tue Jun 1 19:29:52 2004
+++ llvm/tools/llvm-stub/llvm-stub.c Wed Sep 1 17:55:38 2004
@@ -23,7 +23,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "Config/unistd.h" /* provides definition of execve */
+#include "llvm/Config/unistd.h" /* provides definition of execve */
int main(int argc, char** argv) {
const char *Interp = getenv("LLVMINTERP");
More information about the llvm-commits
mailing list