search for: str_arg

Displaying 4 results from an estimated 4 matches for "str_arg".

2016 May 03
4
Is the CppBackend still supported?
Hello, I was trying to compile a simple program with the CppBackend like so: $ clang str_arg.c -emit-llvm -S $ llc -march=cpp str_arg.ll It produces a file `str_arg.cpp` as expected, however it doesn't seem that the resulting file is correct. For once, it includes `<llvm/Analysis/Verifier.h>` which seems to have been moved to `llvm/IR/Verifier.h` as far back as 2013. My questio...
2016 May 03
5
Is the CppBackend still supported?
...lvm.org> wrote: > AFAICT it is dead. > > On Tue, May 3, 2016 at 4:04 AM, Stanislav Manilov via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hello, >> >> I was trying to compile a simple program with the CppBackend like so: >> >> $ clang str_arg.c -emit-llvm -S >> $ llc -march=cpp str_arg.ll >> >> It produces a file `str_arg.cpp` as expected, however it doesn't seem >> that the resulting file is correct. For once, it includes >> `<llvm/Analysis/Verifier.h>` which seems to have been moved to >>...
2016 May 22
0
Is the CppBackend still supported?
...May 3, 2016 at 4:04 AM, Stanislav Manilov via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > Hello, > > I was trying to compile a simple program with the CppBackend > like so: > > $ clang str_arg.c -emit-llvm -S > $ llc -march=cpp str_arg.ll > > It produces a file `str_arg.cpp` as expected, however it > doesn't seem that the resulting file is correct. For once, it > includes `<llvm/Analysis/Verifier.h>` which seems to have been >...
2016 May 23
2
Is the CppBackend still supported?
...s dead. >> >> On Tue, May 3, 2016 at 4:04 AM, Stanislav Manilov via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >> >>> Hello, >>> >>> I was trying to compile a simple program with the CppBackend like so: >>> >>> $ clang str_arg.c -emit-llvm -S >>> $ llc -march=cpp str_arg.ll >>> >>> It produces a file `str_arg.cpp` as expected, however it doesn't seem >>> that the resulting file is correct. For once, it includes >>> `<llvm/Analysis/Verifier.h>` which seems to have bee...