aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2014-09-30 23:52:11 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-30 23:52:11 +0000
commit9c66e13813ca75ba6f6f311fc7c0b18ff8152439 (patch)
tree9da8c0f0387b7e1dd90d608ca2020645c2ca2652 /tools
parentdf58b391cc42660050c0a32f01d684ff025917c9 (diff)
parent40990623cd268dfcf5503abcd58465d14453d2f4 (diff)
downloadlibbcc-9c66e13813ca75ba6f6f311fc7c0b18ff8152439.tar.gz
am 40990623: Merge "Remove Atom workaround."
* commit '40990623cd268dfcf5503abcd58465d14453d2f4': Remove Atom workaround.
Diffstat (limited to 'tools')
-rw-r--r--tools/bcc_compat/Main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/bcc_compat/Main.cpp b/tools/bcc_compat/Main.cpp
index de2d9d4..f7875e8 100644
--- a/tools/bcc_compat/Main.cpp
+++ b/tools/bcc_compat/Main.cpp
@@ -170,14 +170,10 @@ bool ConfigCompiler(RSCompilerDriver &pCompilerDriver) {
config->setFeatureString(fv);
}
- // FIXME: Atom code generation in LLVM 3.5 seems broken.
- // Bug: 15343872
-#if 0
// Compatibility mode on x86 requires atom code generation.
if (config->getTriple().find("i686") != std::string::npos) {
config->setCPU("atom");
}
-#endif
// Setup the config according to the value of command line option.
if (OptPIC) {