summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/PDB/Inputs/symbolformat-fpo.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-02-20 23:21:21 +0000
committerZachary Turner <zturner@google.com>2015-02-20 23:21:21 +0000
commit7b0871cc742be754e6c7ecc92c9cd8b8f4e5ae80 (patch)
tree65816a903ea781317d5c1cb5f38cbedc8d4ce57a /llvm/test/DebugInfo/PDB/Inputs/symbolformat-fpo.cpp
parent1f017547bb379b6bef829eb20dab284602a0d43b (diff)
downloadbcm5719-llvm-7b0871cc742be754e6c7ecc92c9cd8b8f4e5ae80.tar.gz
bcm5719-llvm-7b0871cc742be754e6c7ecc92c9cd8b8f4e5ae80.zip
Revert "[llvm-pdbdump] Add some tests for llvm-pdbdump."
It is not correctly detecting the situations where the test is unsupported. Reverting until we can figure it out. llvm-svn: 230085
Diffstat (limited to 'llvm/test/DebugInfo/PDB/Inputs/symbolformat-fpo.cpp')
-rw-r--r--llvm/test/DebugInfo/PDB/Inputs/symbolformat-fpo.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/DebugInfo/PDB/Inputs/symbolformat-fpo.cpp b/llvm/test/DebugInfo/PDB/Inputs/symbolformat-fpo.cpp
deleted file mode 100644
index 3a7200809d1..00000000000
--- a/llvm/test/DebugInfo/PDB/Inputs/symbolformat-fpo.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-// Compile with "cl /GR- /Zi /c /Ox /Oy symbolformat-fpo.cpp"
-// Refer to symbolformat.cpp for linking instructions.
-
-unsigned fpo_func(unsigned n) {
- return n * 2;
-}
OpenPOWER on IntegriCloud