brintos

brintos / llvm-project-archived public Read only

0
0
Text · 255 B · 151ed70 Raw
7 lines · plain
1# List of function matchers common to C/C++ applications that make sense to2# always instrument. You can use this as an argument to3# -fxray-always-instrument=<path> along with your project-specific lists.4 5# Always instrument the main function.6fun:main7