[LLVMbugs] [Bug 693] NEW: bugpoint does not use the correct llc when multiple versions are on the PATH
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jan 18 00:58:44 PST 2006
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=693
Summary: bugpoint does not use the correct llc when multiple
versions are on the PATH
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugpoint
AssignedTo: unassignedbugs at nondot.org
ReportedBy: eric at vanrietpaap.nl
This commandline output should explain it...
(you can see that it runs /usr/local/bin/llc instead of the correct llc)
pypytester at snake /tmp/usession-2812 $ which llc
/home/pypytester/bin/llc
pypytester at snake /tmp/usession-2812 $ bugpoint entry_point_llvm1_7.bc
--tool-args -- -enable-x86-dag-isel
Read input file : 'entry_point_llvm1_7.bc'
*** All input ok
Found gcc: /usr/bin/gcc
Initializing execution environment: Running the code generator to test for a
crash: <cbe>
Error running tool:
/usr/local/bin/llc -enable-x86-dag-isel -o bugpoint-test-program.bc.cbe.c
-march=c -f bugpoint-test-program.bc
/usr/local/bin/llc: Unknown command line argument '-enable-x86-dag-isel'. Try:
'/usr/local/bin/llc --help'
*** Debugging code generator crash!
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list