1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/unittests/tools
Roman Lebedev acc25033f2 [llvm-exegesis] CombinationGenerator: don't store function_ref
function_ref is non-owning, so if we get it as a parameter in constructor,
our reference goes out-of-scope as soon as constructor returns.
Instead, let's just take it as a parameter to the actual `generate()` call
2020-02-12 23:33:23 +03:00
..
llvm-cfi-verify Remove AllTargetsAsmPrinters 2020-01-17 19:04:06 -05:00
llvm-exegesis [llvm-exegesis] CombinationGenerator: don't store function_ref 2020-02-12 23:33:23 +03:00
CMakeLists.txt