Skip to content

Commit ddfa28f

Browse files
kulpemilio
authored andcommitted
docs: Update CONTRIBUTING.md for clang versions
1 parent f985aa5 commit ddfa28f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ latest version of libclang. In that case, you may want to either uninstall other
7171
versions of llvm, or specify the path of the desired libclang explicitly:
7272

7373
```
74-
$ export LIBCLANG_PATH=path/to/clang-3.9/lib
74+
$ export LIBCLANG_PATH=path/to/clang-9.0/lib
7575
```
7676

7777
Additionally, you may want to build and test with the `testing_only_docs`
@@ -195,9 +195,9 @@ can add multiple test expectations, one for each supported `libclang`
195195
version. Instead of having a single `tests/expectations/tests/my_test.rs` file,
196196
add each of:
197197

198+
* `tests/expectations/tests/libclang-9/my_test.rs`
199+
* `tests/expectations/tests/libclang-5/my_test.rs`
198200
* `tests/expectations/tests/libclang-4/my_test.rs`
199-
* `tests/expectations/tests/libclang-3.9/my_test.rs`
200-
* `tests/expectations/tests/libclang-3.8/my_test.rs`
201201

202202
If you need to update the test expectations for a test file that generates
203203
different bindings for different `libclang` versions, you *don't* need to have

0 commit comments

Comments
 (0)