[LLVMdev] Problem
Eli Friedman
eli.friedman at gmail.com
Sun Jul 27 22:05:07 PDT 2008
On Sun, Jul 27, 2008 at 10:15 PM, Willow Schlanger <wschlanger at gmail.com> wrote:
> Yes I am running Vista. I tried running the program as an Administrator
> but I get the same error. What is a valid -mtune argument I can try?
generic *is* a valid value for mtune; however, it's was added to gcc
relatively recently. This is only a rough guess, but the most likely
issue is that llvm-gcc is somehow picking up version of gcc bundled
with mingw from the path. Maybe try something like the following and
see if it works? PATH="" ./llvm-gcc a.c -o a
-Eli
More information about the llvm-dev
mailing list