Go to file
Devang Patel 87f75f75be If a metadata operand is seeded in value map and the metadata should also be seeded in value map. This is not limited to function local metadata.
Failure to seed metdata in such cases causes troubles when in a cloned module, metadata from a new module refers to values in old module. Usually this results in mysterious bugpoint crashes. For example,

 Checking to see if we can delete global inits: Unknown constant!
 UNREACHABLE executed at /d/g/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:904!

llvm-svn: 106592
2010-06-22 22:53:21 +00:00
clang Support -mios-version-min= as an alias for -miphoneos-version-min=. 2010-06-22 22:27:12 +00:00
compiler-rt This is a test commit to verify repository access. 2010-06-19 04:34:50 +00:00
libcxx Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <regex>. 2010-06-21 21:01:43 +00:00
lldb Avoid tolower, it's slow and unnecessary. 2010-06-22 21:28:05 +00:00
llvm If a metadata operand is seeded in value map and the metadata should also be seeded in value map. This is not limited to function local metadata. 2010-06-22 22:53:21 +00:00