[PATCH] D35707: Remove Bitrig: LLVM Changes

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 16:59:11 PDT 2017


echristo added inline comments.


================
Comment at: cmake/config.guess:209
 	exit ;;
-    *:Bitrig:*:*)
-	UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
----------------
krytarowski wrote:
> Is this 3rd party file? If so, it should be leaved as it is.
I added this as part of the Bitrig support and while it's still there in the upstream sources we don't sync other than as necessary with the upstream sources. It can probably just be deleted.


https://reviews.llvm.org/D35707





More information about the llvm-commits mailing list