mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 18:16:04 +00:00
Fix consitent -> consistent.
llvm-svn: 328010
This commit is contained in:
parent
0e30731a6a
commit
7baac21bce
@ -65,7 +65,7 @@ uint64_t SyntheticSection::getVA() const {
|
||||
// Returns an LLD version string.
|
||||
static ArrayRef<uint8_t> getVersion() {
|
||||
// Check LLD_VERSION first for ease of testing.
|
||||
// You can get consitent output by using the environment variable.
|
||||
// You can get consistent output by using the environment variable.
|
||||
// This is only for testing.
|
||||
StringRef S = getenv("LLD_VERSION");
|
||||
if (S.empty())
|
||||
|
@ -71,7 +71,7 @@ llvm_config.feature_config(
|
||||
'X86': 'x86'})
|
||||
])
|
||||
|
||||
# Set a fake constant version so that we get consitent output.
|
||||
# Set a fake constant version so that we get consistent output.
|
||||
config.environment['LLD_VERSION'] = 'LLD 1.0'
|
||||
config.environment['LLD_IN_TEST'] = '1'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user