Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164574113
D26400.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
614 B
Referenced Files
None
Subscribers
None
D26400.diff
View Options
Index: head/contrib/llvm-project/clang/lib/Basic/Targets.cpp
===================================================================
--- head/contrib/llvm-project/clang/lib/Basic/Targets.cpp
+++ head/contrib/llvm-project/clang/lib/Basic/Targets.cpp
@@ -358,6 +358,8 @@
switch (os) {
case llvm::Triple::Linux:
return new LinuxTargetInfo<PPC64TargetInfo>(Triple, Opts);
+ case llvm::Triple::FreeBSD:
+ return new FreeBSDTargetInfo<PPC64TargetInfo>(Triple, Opts);
case llvm::Triple::NetBSD:
return new NetBSDTargetInfo<PPC64TargetInfo>(Triple, Opts);
case llvm::Triple::OpenBSD:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 3, 4:09 AM (4 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35891600
Default Alt Text
D26400.diff (614 B)
Attached To
Mode
D26400: [PowerPC64LE] Add target for powerpc64le-*-freebsd*
Attached
Detach File
Event Timeline
Log In to Comment