]> granicus.if.org Git - clang/commitdiff
[Driver] Update FIXME comment now that PR4941 has been addressed.
authorChad Rosier <mcrosier@codeaurora.org>
Tue, 26 Jan 2016 15:46:29 +0000 (15:46 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Tue, 26 Jan 2016 15:46:29 +0000 (15:46 +0000)
The actual fix should be addressed by someone who can test on Darwin.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258813 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Tools.cpp

index e9ccc057ba90251ddf9dbd642460d9df657434b4..faec8a1c3f8f179ca88afd5eb335ad1666c10de4 100644 (file)
@@ -5474,7 +5474,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
 
 // Default to -fno-builtin-str{cat,cpy} on Darwin for ARM.
 //
-// FIXME: This is disabled until clang -cc1 supports -fno-builtin-foo. PR4941.
+// FIXME: Now that PR4941 has been fixed this can be enabled.
 #if 0
   if (getToolChain().getTriple().isOSDarwin() &&
       (getToolChain().getArch() == llvm::Triple::arm ||