Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[firefly-linux-kernel-4.4.55.git] / tools / perf / tests / builtin-test.c
index c1dde733c3a6b594ccab52a2a0077c3504c95fc2..136cd934be66a862baa5300397d6b7254155d069 100644 (file)
@@ -174,6 +174,10 @@ static struct test {
                .desc = "Test thread map",
                .func = test__thread_map,
        },
+       {
+               .desc = "Test LLVM searching and compiling",
+               .func = test__llvm,
+       },
        {
                .func = NULL,
        },