File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -1258,6 +1258,11 @@ AIX Support
1258
1258
This access sequence is not used for TLS variables larger than 32KB, and is
1259
1259
currently only supported on 64-bit mode.
1260
1260
1261
+ NetBSD Support
1262
+ ^^^^^^^^^^^^^^
1263
+
1264
+ - Removed support for building NetBSD/i386 6.x or older binaries.
1265
+
1261
1266
WebAssembly Support
1262
1267
^^^^^^^^^^^^^^^^^^^
1263
1268
Original file line number Diff line number Diff line change @@ -513,15 +513,6 @@ class LLVM_LIBRARY_VISIBILITY NetBSDI386TargetInfo
513
513
public:
514
514
NetBSDI386TargetInfo (const llvm::Triple &Triple, const TargetOptions &Opts)
515
515
: NetBSDTargetInfo<X86_32TargetInfo>(Triple, Opts) {}
516
-
517
- LangOptions::FPEvalMethodKind getFPEvalMethod () const override {
518
- VersionTuple OsVersion = getTriple ().getOSVersion ();
519
- // New NetBSD uses the default rounding mode.
520
- if (OsVersion >= VersionTuple (6 , 99 , 26 ) || OsVersion.getMajor () == 0 )
521
- return X86_32TargetInfo::getFPEvalMethod ();
522
- // NetBSD before 6.99.26 defaults to "double" rounding.
523
- return LangOptions::FPEvalMethodKind::FEM_Double;
524
- }
525
516
};
526
517
527
518
class LLVM_LIBRARY_VISIBILITY OpenBSDI386TargetInfo
You can’t perform that action at this time.
0 commit comments