search for: c_files_with_licenses

Displaying 1 result from an estimated 1 matches for "c_files_with_licenses".

2020 Apr 06
2
Adding a new External Suite to test-suite
Greetings LLVMers, I would like to add the licensed part of AnghaBench (http://cuda.dcc.ufmg.br/angha/) as an External Test in the LLVM test-suite. We have 128,411 files with their original licenses. (http://www.dcc.ufmg.br/~fernando/coisas/c_files_with_licenses.tar.gz) Each file is a single function, that compiles as is---no dependencies are needed. For instance, the commands below work for each individual file: $ clang $compile_flags -Xclang -disable-O0-optnone -S -c -emit-llvm \ "$file" -o "$individual_bc" $ opt -mem2reg -O0 ${u...