add test for this:
[oota-llvm.git] / test / CFrontend / 2003-08-06-BuiltinSetjmpLongjmp.c.tr
index abc5bf3b8b11be32f79b5c83e67a781b14d07264..4bdbf988bdcbd5de541504213f03d69ca568f7df 100644 (file)
@@ -1,4 +1,4 @@
-/* RUN: llvmgcc -xc %s -c -o - | dis | not grep __builtin_
+/* RUN: %llvmgcc -xc %s -c -o - | dis | not grep __builtin_
  *
  * __builtin_longjmp/setjmp should get transformed into llvm.setjmp/longjmp 
  * just like explicit setjmp/longjmp calls are.