1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix include guard typo introduced in r239315.

llvm-svn: 241978
This commit is contained in:
Yaron Keren 2015-07-11 09:40:28 +00:00
parent c4c85c5ebc
commit bb75077616

View File

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