Fix header path in CMake. NFC.
authorPete Cooper <peter_cooper@apple.com>
Fri, 19 Jun 2015 20:49:02 +0000 (20:49 +0000)
committerPete Cooper <peter_cooper@apple.com>
Fri, 19 Jun 2015 20:49:02 +0000 (20:49 +0000)
commit90b05b52fa52c78aa10ef97359e859f3c2242734
tree5b6787aa1780ff79b0f2b28aad43292b7936bce5
parent00302df3fe9c479b73771f8a3a64527a321e6c24
Fix header path in CMake.  NFC.

The ADDITIONAL_HEADER_DIRS command can be used to tell UIs that a given library
owns certain headers.  The path for MCParser was missing MC/ in it.

llvm-svn: 240175
llvm/lib/MC/MCParser/CMakeLists.txt