Fix include guard typo introduced in r239315.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241978 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Yaron Keren 2015-07-11 09:40:28 +00:00
parent acea22925e
commit 063b6a0120

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_MC_MCSYMBOLMACHO_H
#define setIsWeakExternal
#define LLVM_MC_MCSYMBOLMACHO_H
#include "llvm/MC/MCSymbol.h"