search for: individual_bc

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

2020 Apr 06
2
Adding a new External Suite to test-suite
....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 ${user_passes[@]} -instcount -stats -S \ "$individual_bc" -disable-output 2>&1" So, these are my questions: Q1: What do I have to do to start integrating my collection of .c files as an External Suite? They are all single source, single function,...