summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF/enum.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/COFF/enum.ll')
-rw-r--r--llvm/test/DebugInfo/COFF/enum.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/COFF/enum.ll b/llvm/test/DebugInfo/COFF/enum.ll
index 15bbce0d468..6580c512371 100644
--- a/llvm/test/DebugInfo/COFF/enum.ll
+++ b/llvm/test/DebugInfo/COFF/enum.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s -filetype=obj | llvm-readobj - --codeview | FileCheck %s
+; RUN: llc < %s | llvm-mc -filetype=obj --triple=i686-windows | llvm-readobj - --codeview | FileCheck %s
; Generated from the following C++ source:
; enum E : int { BLAH };
OpenPOWER on IntegriCloud