aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/xray/xray_always_instrument.txt
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/xray/xray_always_instrument.txt')
-rw-r--r--compiler-rt/lib/xray/xray_always_instrument.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler-rt/lib/xray/xray_always_instrument.txt b/compiler-rt/lib/xray/xray_always_instrument.txt
new file mode 100644
index 000000000000..151ed703dd56
--- /dev/null
+++ b/compiler-rt/lib/xray/xray_always_instrument.txt
@@ -0,0 +1,6 @@
+# List of function matchers common to C/C++ applications that make sense to
+# always instrument. You can use this as an argument to
+# -fxray-always-instrument=<path> along with your project-specific lists.
+
+# Always instrument the main function.
+fun:main