Than McIntosh
Than McIntosh
I don't have anything to add above and beyond what I mentioned in https://www.mail-archive.com/[email protected]/msg31266.html
@josharian writes "I feel strongly that the .pgo file format should be something more like a hand-editable list of compiler optimization directives, and definitely not a raw input like a...
I looked at the testpoint in question -- it's not using the system "ld" as far as I can tell. Looks more like the test built a small Go program,...
In my mind it might be worth trying to fix this-- with the right combination of options you can get object files from C compilers that are roughly on that...
The line number in question is large (98989); perhaps this overflows some VSCode limit?
Thanks for reporting this; I will take a look.
OK, I have sent a CL that should fix the macro parser issue. For the second part, not sure what the issue might be without more info. If you can...
Sorry that last bit should read: ``` $ ./bin/llvm-goc -v -c tiny.go ```
Thanks -- that is helpful. What's happening is that Gollvm can't seem to locate the GCC installation on your machine. There is code in the gollvm driver (modeled after similar...
Thanks. I will work on a fix.