mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 19:17:46 +00:00
14 lines
526 B
Diff
14 lines
526 B
Diff
Index: llvm-toolchain-3.9-3.9~+rc1/test/tools/llvm-symbolizer/print_context.c
|
|
===================================================================
|
|
--- llvm-toolchain-3.9-3.9~+rc1.orig/test/tools/llvm-symbolizer/print_context.c
|
|
+++ llvm-toolchain-3.9-3.9~+rc1/test/tools/llvm-symbolizer/print_context.c
|
|
@@ -1,7 +1,7 @@
|
|
// REQUIRES: x86_64-linux
|
|
// RUN: %host_cc -O0 -g %s -o %t 2>&1
|
|
// RUN: %t 2>&1 | llvm-symbolizer -print-source-context-lines=5 -obj=%t | FileCheck %s
|
|
-
|
|
+// XFAIL: *
|
|
#include <stdio.h>
|
|
|
|
int inc(int a) {
|