llvm-project/llvm/tools/llvm-exegesis
Roman Lebedev 9bac7d8165 [llvm-exegesis] BenchmarkRunner::runConfiguration(): write small snippet to memory
It was previously writing this temporary snippet to file,
then reading it back, but leaving the tmp file in place.
This is both unefficient, and results in huge garbage pileup
in /tmp.

One would have thought it would have been caught during D60317..

llvm-svn: 360138
2019-05-07 12:28:08 +00:00
..
lib [llvm-exegesis] BenchmarkRunner::runConfiguration(): write small snippet to memory 2019-05-07 12:28:08 +00:00
CMakeLists.txt [llvm-exegesis] Add MCParser to LLVM_LINK_COMPONENTS 2018-09-25 08:25:29 +00:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
llvm-exegesis.cpp [llvm-exegesis] benchmarkMain(): less cryptic error if built w/o libpfm 2019-04-08 10:50:31 +00:00