reject invalid code like:
authorChris Lattner <sabre@nondot.org>
Thu, 13 Aug 2009 00:05:07 +0000 (00:05 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Aug 2009 00:05:07 +0000 (00:05 +0000)
commite309cfa0d8945af47dd798357549c815164d53d6
treeaa661e69f705134465df11bcfbdc96ef0cfae626
parent5dc47ff03975b9adde9dd833db2b646eb4295710
reject invalid code like:
int x __attribute__((section("_foo, _bar"))) = 4;
int y __attribute__((section("_foo, _bar, 4byte_literals"))) = 1;

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78867 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSectionMachO.h
include/llvm/Target/TargetLoweringObjectFile.h
lib/Target/TargetLoweringObjectFile.cpp