summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2014-01-23 12:45:05 +0000
committer Vladimir Marko <vmarko@google.com> 2014-01-23 16:53:21 +0000
commitd9de8391b94a7446c6505920fa52eb58f19d7968 (patch)
treef91d737cbcc1f409008069579b763e9ea05fa586 /compiler/driver/compiler_driver.cc
parent9d8918fe97c235fdc6eb2c7f2d50a6673ab50329 (diff)
Fix header file references to the ::llvm::ELF namespace.
We have header files which define the namespace ::art::llvm and if they are included before the header files fixed here, references to llvm::ELF from ::art pick up ::art::llvm instead of ::llvm and fail to find ELF, causing an error. Therefore we add the leading "::". Change-Id: Ib02c9317d39cde5331dd67463013643cbc79ee1f
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
0 files changed, 0 insertions, 0 deletions