"lld/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "8d7a6f289866e1c1c04005ae3cbdc052c342488e"
Allow per-character control over what target assemblers allow in symbol
names. This also changes the default to allow all of "$_." in addition to letters and numbers as symbol names. If you don't want this, use markCharUnacceptable to remove one of these or markCharAcceptable to add to the set. This corresponds with what GAS accepts by default. llvm-svn: 24291
Loading
Please register or sign in to comment