Skip to content

Commit b39b532

Browse files
committed
Remove code involving Clang 3.9.0 and Windows as we are on later versions of MSVC and Clang going forward.
1 parent 37e5734 commit b39b532

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/funfuzz/autobisectjs/known_broken_earliest_working.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ def earliest_known_working_rev(options, flags, skip_revs): # pylint: disable=mi
123123
required.append('ebcbf47a83e7') # m-c 328765 Fx53, 1st w/ working builds using sed 4.3+ found on Ubuntu 17.04+
124124
if options.disableProfiling:
125125
required.append('800a887c705e') # m-c 324836 Fx53, 1st w/ --disable-profiling, see bug 1321065
126-
if options.buildWithClang and sps.isWin:
127-
required.append('3b26d191d84e') # m-c 316445 Fx52, 1st w/ reliable Clang 3.9.0 builds on Windows
128126
if "--wasm-always-baseline" in flags:
129127
required.append('893294e2a387') # m-c 301769 Fx50, 1st w/--wasm-always-baseline, see bug 1232205
130128
if '--ion-aa=flow-sensitive' in flags or '--ion-aa=flow-insensitive' in flags:

0 commit comments

Comments
 (0)