summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/Disassembler/CMakeLists.txt
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-04-20 21:07:34 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-04-20 21:07:34 +0000
commit89ee75d7869ffc52cfe5beef45ef701633b8f447 (patch)
treec4e2793fc02c52b79ab35521788860afeceef317 /llvm/lib/Target/X86/Disassembler/CMakeLists.txt
parentf54f8ff0945f9405ecb10fb67d0bf2ffab5304fb (diff)
downloadbcm5719-llvm-89ee75d7869ffc52cfe5beef45ef701633b8f447.tar.gz
bcm5719-llvm-89ee75d7869ffc52cfe5beef45ef701633b8f447.zip
What year is it! This file has no reason to be written in C, and has doubly no
reason to expose a global symbol 'decodeInstruction' nor to pollute the global scope with a bunch of external linkage entities (some of which conflict with others elsewhere in LLVM). This is just the initial transition to C++; more cleanups to follow. llvm-svn: 206717
Diffstat (limited to 'llvm/lib/Target/X86/Disassembler/CMakeLists.txt')
-rw-r--r--llvm/lib/Target/X86/Disassembler/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/Disassembler/CMakeLists.txt b/llvm/lib/Target/X86/Disassembler/CMakeLists.txt
index deed115b598..43702826c9b 100644
--- a/llvm/lib/Target/X86/Disassembler/CMakeLists.txt
+++ b/llvm/lib/Target/X86/Disassembler/CMakeLists.txt
@@ -1,4 +1,4 @@
add_llvm_library(LLVMX86Disassembler
X86Disassembler.cpp
- X86DisassemblerDecoder.c
+ X86DisassemblerDecoder.cpp
)
OpenPOWER on IntegriCloud